home *** CD-ROM | disk | FTP | other *** search
- dialog(name: '$$$/Dialogs/DigSigPrefs', target_id: 'Hdlr', margin_height: 0, margin_width: 0)
- {
- cluster(name: '$$$/Dialogs/DigSigPrefs/PreferencesCluster', dheight: gPrefsPanelHeight,
- dwidth: gPrefsPanelWidth, align_children: align_left)
- {
- static_text(name: '$$$/Dialogs/DigSigPrefs/Handler');
- popup(item_id: 'Hdlr', width: max_char_width()*20);
- gap();
- check_box(item_id: 'aVld', name: '$$$/Dialogs/DigSigPrefs/AutoValidate');
- }
- }
-